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
Please update the required steps to create a project (as the second one is useless and the third one doesn't work without basic jhipster generator) as it'll help the maintainers to reproduce your issue:
npm install -g generator-jhipster-nodejs
nhipster (to create a project)
amycdurbin
changed the title
Scully when using nhipster (jhipster framework with backEnd in Node.js)
Spike Scully when using nhipster (jhipster framework with backEnd in Node.js)
Aug 11, 2020
🗄️ Docs report
Description
Like issue #108 I had this issue when I tried to implement Scully in nhipster (jhipster with a backend in node.js).
I had to change line 93 and 107 the route of the folder polyfills.ts. In fact, the root of nhipster angular client is src/main/webapp/polyfills.ts
🔬 Minimal Reproduction
Reproduction Steps**
jhipster : 6.8.0
node : 14.4.0
npm : 6.14.7
To install nhipster : https://github.com/jhipster/generator-jhipster-nodejs
npm install -g generator-jhipster-nodejs
nhipster (to create a project)
Now you have nhipster in your project. Let install front and back
npm install
cd server
npm install
Add Scully :
ng add @scullyio/init
Résult :
Installing packages for tooling via npm.
Installed packages for tooling via npm.
Cannot read property 'toString' of null
🔬 Solution
Modify Scully index.js to let find the appropriate polufill.ts
The text was updated successfully, but these errors were encountered: