Viewing 12 posts - 1 through 12 (of 12 total)
-
AuthorPosts
-
May 8, 2020 at 5:28 pm #53067
JafxParticipantHello! I stumbled on this video: https://www.youtube.com/watch?v=AQXzBH7fJvY I followed it then on ionic serve I get below errors; Typescript Error '=' expected. node_modules/@types/node/events.d.ts function on(emitter: EventEmitter, event: string): AsyncIterableIterator<any>; const captureRejectionSymbol: unique symbol; Typescript Error '=' expected. node_modules/@types/node/events.d.ts */ const errorMonitor: unique symbol; /** Typescript Error '=' expected. node_modules/@types/node/repl.d.ts */ const REPL_MODE_SLOPPY: unique symbol; Typescript Error '=' expected. node_modules/@types/node/repl.d.ts */ const REPL_MODE_STRICT: unique symbol; Typescript Error '=' expected. node_modules/@types/node/util.d.ts let replDefaults: InspectOptions; const custom: unique symbol; } Typescript Error '=' expected. node_modules/@types/node/util.d.ts namespace promisify { const custom: unique symbol; } Typescript Error '=' expected. node_modules/@types/node/worker_threads.d.ts const parentPort: null | MessagePort; const SHARE_ENV: unique symbol; const threadId: number; Typescript Error Cannot find name 'unique'. node_modules/@types/node/events.d.ts function on(emitter: EventEmitter, event: string): AsyncIterableIterator<any>; const captureRejectionSymbol: unique symbol; Typescript Error Cannot find name 'symbol'. Did you mean 'Symbol'? node_modules/@types/node/events.d.ts function on(emitter: EventEmitter, event: string): AsyncIterableIterator<any>; const captureRejectionSymbol: unique symbol; Typescript Error Cannot find name 'unique'. node_modules/@types/node/events.d.ts */ const errorMonitor: unique symbol; /** Typescript Error Cannot find name 'symbol'. Did you mean 'Symbol'? node_modules/@types/node/events.d.ts */ const errorMonitor: unique symbol; /** Typescript Error Cannot find name 'unique'. node_modules/@types/node/repl.d.ts */ const REPL_MODE_SLOPPY: unique symbol; Typescript Error Cannot find name 'symbol'. Did you mean 'Symbol'? node_modules/@types/node/repl.d.ts */ const REPL_MODE_SLOPPY: unique symbol; Typescript Error Cannot find name 'unique'. node_modules/@types/node/repl.d.ts */ const REPL_MODE_STRICT: unique symbol; Typescript Error Cannot find name 'symbol'. Did you mean 'Symbol'? node_modules/@types/node/repl.d.ts */ const REPL_MODE_STRICT: unique symbol; Typescript Error Cannot find name 'unique'. node_modules/@types/node/util.d.ts let replDefaults: InspectOptions; const custom: unique symbol; } Typescript Error Cannot find name 'symbol'. Did you mean 'isSymbol'? node_modules/@types/node/util.d.ts let replDefaults: InspectOptions; const custom: unique symbol; } Typescript Error Cannot find name 'unique'. node_modules/@types/node/util.d.ts namespace promisify { const custom: unique symbol; } Typescript Error Cannot find name 'symbol'. node_modules/@types/node/util.d.ts namespace promisify { const custom: unique symbol; } Typescript Error Cannot find name 'unique'. node_modules/@types/node/worker_threads.d.ts const parentPort: null | MessagePort; const SHARE_ENV: unique symbol; const threadId: number; Typescript Error Cannot find name 'symbol'. node_modules/@types/node/worker_threads.d.ts const parentPort: null | MessagePort; const SHARE_ENV: unique symbol; const threadId: number;May 9, 2020 at 6:26 am #53145
AlexKeymasterHello In My setup the App will be working Fine see this Video : https://bit.ly/3eeIraV In App Folder replace the package.json with this : https://we.tl/t-XbxarsQvVF After that rename the node_module folder and then run this command npm install. This will work.May 10, 2020 at 9:30 pm #53256
JafxParticipantCan you zip and send your node_modules/@types/ folder for me, it seems to be the problemMay 11, 2020 at 7:06 am #53268
HarrySpectatorHello For setup the ionic you should follow these steps: https://bit.ly/3ceTIGH And if this will not be work then i have zip the node module folder.May 11, 2020 at 11:54 am #53282
JafxParticipantThe link you sent I have tried that many times still the same error, kindly send the node module folder ThanksMay 11, 2020 at 5:19 pm #53299
WPLMSKeymasterAre you setting up on Mac ? here's the package.json for ios setup. https://wplms.io/package_ios/May 15, 2020 at 8:07 am #53604
JafxParticipantI can't get this to work up till, kindly send your zipped module folderMay 16, 2020 at 3:48 am #53676
WPLMSKeymasterZip is over 2gb in size and you only need package.json and cordova plugin versions to setup, most users are able to setup. Which os are you using windows or mac ? -
AuthorPosts
Viewing 12 posts - 1 through 12 (of 12 total)
- You must be logged in to reply to this topic.