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 haven't found the documentation on this yet but it seems when you declare/install a dependency in your project it will not install any devDependencies. I guess this as seen as any declared devDependencies are used to develop Roosevelt itself. But stuff like html-validator are used in Roosevelt outside of development, just used in development mode
The text was updated successfully, but these errors were encountered:
alallier
changed the title
Regression: Dev dependencies are not installed when install from npm
Regression: Dev dependencies are not installed when installed from npm
May 20, 2019
## 0.14.2
- Reverted most changes in 0.14.1 to fix [rooseveltframework#713](rooseveltframework#713), but preserved modularization of htmlValidator.js so that if any devDependencies are missing, the app will not crash in production mode.
- Various dependencies bumped.
I haven't found the documentation on this yet but it seems when you declare/install a dependency in your project it will not install any devDependencies. I guess this as seen as any declared devDependencies are used to develop Roosevelt itself. But stuff like html-validator are used in Roosevelt outside of development, just used in development mode
I think we looked at this wrong
Caused by: #709
The text was updated successfully, but these errors were encountered: