English 中文(简体)
更新一个节点模块不会影响方案
原标题:Updating a node module doesn t affect the program
  • 时间:2013-02-22 23:39:01
  •  标签:
  • node.js

我正在经历一场ir。

我有一个节点项目,利用以<代码>npm进口的外部模块输入node_modules.

现在,我正在对节点模块代码进行改动,当我看一看变化时,我就知道(我知道,我在那里有一把<代码>console.log()。

我在这里找不到什么东西? 是否有 no? 或者,它同当地的东西一样健全?

感谢。

最佳回答

这肯定会奏效。

但是,如果将同一模块作为其他模块的附属成分列入,则该模块的斜体内将位于该模块的斜体内。 如果是这样的话,这是你们需要改变的。

问题回答

• 检查贵节点。 如果你发现有点,这可能是原因。

You can delete this folder and restart you project for verification.





相关问题
How to make Sequelize use singular table names

I have an model called User but Sequelize looks for the table USERS whenever I am trying to save in the DB. Does anyone know how to set Sequelize to use singular table names? Thanks.

What is Node.js? [closed]

I don t fully get what Node.js is all about. Maybe it s because I am mainly a web based business application developer. What is it and what is the use of it? My understanding so far is that: The ...

Clientside going serverside with node.js

I`ve been looking for a serverside language for some time, and python got my attention somewhat. But as I already know and love javascript, I now want learn to code on the server with js and node.js. ...

Can I use jQuery with Node.js?

Is it possible to use jQuery selectors/DOM manipulation on the server-side using Node.js?

How do I escape a string for a shell command in node?

In nodejs, the only way to execute external commands is via sys.exec(cmd). I d like to call an external command and give it data via stdin. In nodejs there does yet not appear to be a way to open a ...

热门标签