Open haberdashPI opened 5 years ago
Can you try running npm run build-types
from the root directory?
That ran just fine, but it doesn't seem to have fixed the problem:
[davidlittle@Mycroft:vscode-ipe]$ npm run build-types
> neuron-IPE@1.0.4 build-types /Users/davidlittle/Documents/tools/vscode-ipe
> npm install ./src-common
+ neuron-ipe-types@1.0.0
updated 1 package and audited 994 packages in 1.631s
found 16 vulnerabilities (4 low, 8 moderate, 4 high)
run `npm audit fix` to fix them, or `npm audit` for details
[davidlittle@Mycroft:vscode-ipe]$ npm run watch-frontend
> neuron-IPE@1.0.4 watch-frontend /Users/davidlittle/Documents/tools/vscode-ipe
> npm run build-types && cd src-frontend && npm run watch
> neuron-IPE@1.0.4 build-types /Users/davidlittle/Documents/tools/vscode-ipe
> npm install ./src-common
+ neuron-ipe-types@1.0.0
updated 1 package and audited 994 packages in 1.83s
found 16 vulnerabilities (4 low, 8 moderate, 4 high)
run `npm audit fix` to fix them, or `npm audit` for details
> src-frontend@1.0.1 watch /Users/davidlittle/Documents/tools/vscode-ipe/src-frontend
> ng build --watch
Date: 2019-04-21T12:16:57.147Z
Hash: b64644dc1d700b290b53
Time: 3044ms
chunk {inline} inline.bundle.js, inline.bundle.js.map (inline) 3.89 kB [entry] [rendered]
chunk {main} main.bundle.js, main.bundle.js.map (main) 277 bytes [initial] [rendered]
chunk {polyfills} polyfills.bundle.js, polyfills.bundle.js.map (polyfills) 297 bytes [initial] [rendered]
chunk {scripts} scripts.bundle.js, scripts.bundle.js.map (scripts) 32.4 kB [initial] [rendered]
chunk {styles} styles.bundle.js, styles.bundle.js.map (styles) 15.3 kB [initial] [rendered]
ERROR in src/app/app.component.ts(3,34): error TS2307: Cannot find module 'neuron-ipe-types'.
src/app/card/card.component.ts(2,22): error TS2307: Cannot find module 'neuron-ipe-types'.
src/app/classes/extension.service.ts(3,22): error TS2307: Cannot find module 'neuron-ipe-types'.
I don't really know how to help. My best suggestion is try reverting to commit 8056154f2cd2c8ba4d743bd206938cd09ad199f9 and re-compile everything again, see if that fixes the problem; it may have something to do with us renaming all the files.
Alright; thank you for your help. If/when I figure out how to get it working, I can update the docs with new directions.
Following the instructions from the developer docs, I cannot get the development server working.