help want
See original GitHub issueHi, i had download the repo to local, and followed the guide.
but when i ran gulp
, an error throwed:
module.js:338
throw err;
^
Error: Cannot find module 'immutable'
at Function.Module._resolveFilename (module.js:336:15)
at Function.Module._load (module.js:278:25)
at Module.require (module.js:365:17)
at require (module.js:384:17)
at Object.<anonymous> (D:\project\ng-starter\node_modules\browser-sync\lib\h
ooks.js:4:20)
at Module._compile (module.js:460:26)
at Object.Module._extensions..js (module.js:478:10)
at Module.load (module.js:355:32)
at Function.Module._load (module.js:310:12)
at Module.require (module.js:365:17)
at require (module.js:384:17)
My computer environment is :
win7
node -v
v0.12.0
npm -v
2.11.2
Issue Analytics
- State:
- Created 8 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Help Wanted Ads, Jobs Classifieds, Employment ...
Help Wanted ads, jobs, employment near me. Job search made simple. Find local, regional help wanted job postings. Companies are now hiring.
Read more >Help Wanted Jobs, Employment | Indeed.com
281219 Help Wanted jobs available on Indeed.com. Apply to Production Worker, Laborer, Warehouse Associate and more!
Read more >Help Wanted: Home
Help Wanted is an online course to provide help to individuals attracted to younger children. Our goal is to give you some tools...
Read more >Help wanted Definition & Meaning - Merriam-Webster
The meaning of HELP WANTED is related to or being advertisements for jobs that employers are seeking to fill. How to use help...
Read more >Want help definition and meaning | Collins English Dictionary
Want help definition: If you want something, you feel a desire or a need for it. [...] | Meaning, pronunciation, translations and examples....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
nice find @mrblueblue.
@lichunqiang can you try
npm rm browser-sync && npm install browser-sync
?@mrblueblue @danthareja
Thanks ~ it’s work now