kadirahq / meteor-dochead

Isomorphic way to manipulate document.head for Meteor apps
MIT License
131 stars 17 forks source link

Cannot find module 'load-script' #11

Closed dyaa closed 9 years ago

dyaa commented 9 years ago

@kadirahq After updating the package to Version 1.2.0 is seems that there's an error

While processing files with cosmos:browserify (for target web.browser):
   packages/kadira:dochead/package.browserify.js: Cannot find module 'load-script' from '/home/User/dir/meteor/packages/dochead/.npm/package'

How can i solve that, I cant even run the server.

jvbianchi commented 9 years ago

+1

arunoda commented 9 years ago

Weird.

Try to remove .meteor/local directory in your project and try again.

janisskuja commented 9 years ago

+1 (on Windows 10)

and I tried deleting .meteor/local

 While processing files with cosmos:browserify (for target web.browser):
[...]/client.browserify.js: Cannot find
 module 'classnames/dedupe' from
 '[...]\.npm\package'
 packages/kadira:dochead/package.browserify.js: Cannot find module
 'load-script' from
 '\[...]\packages\kadira_dochead\1.2.2\npm'
dyaa commented 9 years ago

Solved at #12