-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
react-caml2table doesn't build #4685
Comments
Thank you for reporting this issue. We will be triaging your incoming issue as soon as possible. |
Hi there @erikstagg The sample was built in Node v14.19.3 - are you able to test with that specific version, just to verify 😊 |
Hi @Tanddant 14.19.3 gives me the same error. This time only eslint which seems to be the common one missing across all the versions I've tried. Oops! Something went wrong! :( |
@erikstagg interesting, I'm in the middle of a move, so I don't actually have my computer available to try myself, but I'll take a look once I'm settled in again 😊 |
No worries. thanks! |
@hugoabernier Are you able to assign med to this one? |
Disclaimer
Yes
Sample
react-caml2table
Contributor(s)
@Tanddant
What happened?
The sample will not run complaining of multiple modules not found. I have tried running npm i using all three node versions listed as compatible (12, 14, 16) deleting the node_modules folder every time inbetween. It's a shame. I thought this would make for a great dev tool.
Steps to reproduce
Expected behavior
The sample should build and run.
Target SharePoint environment
SharePoint Online
Developer environment
Windows
Browsers
What version of Node.js is currently installed on your workstation?
16.20.2, 14.18.2, 12.22.10
What version of Node.js is required by the sample?
12, 14, 16
Paste the results of SPFx doctor
file:///C:/Users/ComputerServices/AppData/Roaming/nvm/v12.22.10/node_modules/@pnp/cli-microsoft365/dist/cli/cli.js:294
c.aliases?.find(a => a === cli.currentCommandName))?.file ?? '';
^
SyntaxError: Unexpected token '.'
at Loader.moduleStrategy (internal/modules/esm/translators.js:140:18)
Additional environment details
No response
The text was updated successfully, but these errors were encountered: