You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i just tried ied in my (complex) project and I noticed that if I have a dependency to a local folder, ied links it which is alright but it doesn't execute npm install inside of it so my app fails. Something like this:
after executing ied install there there should be a new folder ./my/local/folder/node_modules for the application to work - as it happens in npm . Thanks
The text was updated successfully, but these errors were encountered:
i just tried ied in my (complex) project and I noticed that if I have a dependency to a local folder, ied links it which is alright but it doesn't execute npm install inside of it so my app fails. Something like this:
package.json :
dependencies: {
"sc5-styleguide": "file:./my/local/folder"
}
after executing ied install there there should be a new folder ./my/local/folder/node_modules for the application to work - as it happens in npm . Thanks
The text was updated successfully, but these errors were encountered: