nathanwoulfe / Plumber

The workflow solution for Umbraco 7
39 stars 20 forks source link

Installer missing static files #89

Closed tomfulton closed 5 years ago

tomfulton commented 5 years ago

It seems like the static files (HTML, CSS, JS) are not being included in the built package, just the DLL, resulting in various errors after installing in Umbraco. It looks like this started around v1.1.0, and affects both the NuGet and Umbraco packages.

To Reproduce

Expected behavior I was expecting the built Umbraco and NuGet packages to install the necessary static files, rather than just the DLL

Plumber version v1.1.0+

Additional context Reviewing the logs from LocalBuild.bat or AppVeyor, this error occurs during the grunt build and appears to cause grunt to terminate early:

Running "browserify:dist" (browserify) task
Fatal error: Cannot find module '@babel/core'
 babelify@10 requires Babel 7.x (the package '@babel/core'). If you'd like to use Babel 6.x ('babel-core'), you should install 'babelify@8'.