trellisorg / platform

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[make-buildable] Cannot find module '@angular-devkit/core'

hubertgrzeskowiak opened this issue · comments

I am trying to make a pure NodeJS lib buildable, but it looks like this lib depends on something Angular specific. I do not use Angular in this project.

$ nx g @trellisorg/make-buildable:migrate

>  NX  Generating @trellisorg/make-buildable:migrate

✔ What project would you like to migrate · scene-base
✔ What kind of library is this? · node
✔ If this is an Angular lib, what configurations would you like to create? (separated by a comma) · 
Cannot find module '@angular-devkit/core'
Require stack:
- /Users/x/p/node_modules/nx/src/adapter/ngcli-adapter.js
- /Users/x/p/node_modules/nx/src/command-line/generate.js
- /Users/x/p/node_modules/nx/src/command-line/nx-commands.js
- /Users/x/p/node_modules/nx/bin/init-local.js
- /Users/x/p/node_modules/nx/bin/nx.js