Yixin Huo
Yixin Huo
The same issue https://github.com/enketo/enketo-core/issues/912 created by @hussain1368 **Options 1:** This preinstall script needs to run on both Linux and Windows platforms. Is possible to use a node script instead current...
> Can you please describe what you're trying to do in more detail? > Are you trying to run stock Enketo in a Windows environment or are you developing against...
This maybe because of the _replacePullDataFn in form-model. The `pullDataResult` will wrapper by double-quotes. when the pulldata result have single or double quotes will cause this error. https://github.com/enketo/enketo-core/blob/b83271e8cc88fb79ddeb4f79fb1194d2aac9f421/src/js/form-model.js#L1142-L1156
Same issue in my pipeline. We use checkout switch git repo before publish the checks.
+1 same issue with npm local file dependencies, sometime npm will install the libs into parent folder node modules.
@benelan Thanks for your prompt reply. We are still in Node.js 14 & NPM6 env. We must plan the next release to upgrade our Env and libs. Not only Node.js...