Why is ionic-v1 build not working on Ionic cli v 4?Why don't self-closing script elements work?How do JavaScript closures work?Why is using “for…in” with array iteration a bad idea?How does JavaScript .prototype work?What is JSONP, and why was it created?Why does Google prepend while(1); to their JSON responses?Why does ++[[]][+[]]+[+[]] return the string “10”?How does data binding work in AngularJS?What is TypeScript and why would I use it in place of JavaScript?Ionic 4 Angular Getting response from API doesn't working. By postman I get correct
Strange Cron Job takes up 100% of CPU Ubuntu 18 LTS Server
How to sort and filter a constantly changing list of data?
Is it normal practice to screen share with a client?
how to add 1 milliseconds on a datetime string?
Do Rabbis get punished in Heaven for wrong interpretations or claims?
How to write a sincerely religious protagonist without preaching or affirming or judging their worldview?
Determine if a triangle is equilateral, isosceles, or scalene
Why are angular mometum and angular velocity not necessarily parallel, but linear momentum and linear velocity are always parallel?
Can two figures have the same area, perimeter, and same number of segments have different shape?
Terence Tao - type books in other fields?
What is the purpose of the fuel shutoff valve?
Sitecore Powershell extensions module compatibility with Sitecore 9.2
What are the exact meanings of roll, pitch and yaw?
Why do people say "I am broke" instead of "I am broken"?
What is the meaning of "you has the wind of me"?
What is the difference between 1/3, 1/2, and full casters?
What is a reasonable time for modern human society to adapt to dungeons?
Will LSST make a significant increase in the rate of astronomical event alerts?
Should I describe a character deeply before killing it?
How do professional electronic musicians/sound engineers combat listening fatigue?
Why is a dedicated QA team member necessary?
No-cloning theorem does not seem precise
Why did NASA use U.S customary units?
How can I tell if there was a power cut while I was out?
Why is ionic-v1 build not working on Ionic cli v 4?
Why don't self-closing script elements work?How do JavaScript closures work?Why is using “for…in” with array iteration a bad idea?How does JavaScript .prototype work?What is JSONP, and why was it created?Why does Google prepend while(1); to their JSON responses?Why does ++[[]][+[]]+[+[]] return the string “10”?How does data binding work in AngularJS?What is TypeScript and why would I use it in place of JavaScript?Ionic 4 Angular Getting response from API doesn't working. By postman I get correct
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
Here is my ionic info:
[WARN] Bad integration name: gulp
Ionic:
ionic (Ionic CLI) : 4.12.0 (C:Program Filesnodejsnode_modulesionic)
Ionic Framework : ionic1 1.3.5
@ionic/v1-toolkit : 1.0.22
Cordova:
cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1)
Cordova Platforms : android 7.0.0
Cordova Plugins : no whitelisted plugins (15 plugins total)
System:
NodeJS : v10.15.3 (C:Program Filesnodejsnode.exe)
npm : 6.4.1
OS : Windows 10
I am working on a legacy Ionic v1 app with the most recent Ionic CLI and when I run ionic-v1 build it fails. I get these errors:
C:>ionic-v1 build
[16:09:31] Cannot load gulp: ReferenceError: internalBinding is not defined
[16:09:31] Cannot load gulp: ReferenceError: internalBinding is not defined
[16:09:31] Cannot run sass task: missing in gulpfile.js
[16:09:31] Cannot load gulp: ReferenceError: internalBinding is not defined
This is very strange because when I run gulp build it works fine and I do have a gulp sass function.
"devDependencies":
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@ionic/v1-toolkit": "^1.0.22",
"angular-mocks": "1.7.8",
"bower": "^1.8.8",
"del": "^4.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.0",
"gulp-angular-templatecache": "^2.2.6",
"gulp-babel": "8.0.0",
"gulp-clean-css": "4.0.0",
"gulp-cli": "2.0.1",
"gulp-concat": "2.6.1",
"gulp-if": "2.0.2",
"gulp-inject": "5.0.2",
"gulp-jscs": "4.1.0",
"gulp-jshint": "2.1.0",
"gulp-load-plugins": "1.5.0",
"gulp-minify-css": "1.2.4",
"gulp-ng-annotate": "2.1.0",
"gulp-print": "5.0.2",
"gulp-rename": "1.4.0",
"gulp-sass": "4.0.2",
"gulp-sourcemaps": "2.6.5",
"gulp-uglify": "3.0.2",
"jasmine": "3.3.1",
"jasmine-core": "3.3.0",
"jscs": "3.0.7",
"jshint": "^2.10.2",
"jshint-stylish": "2.2.1",
"karma": "4.0.1",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "^1.1.2",
"karma-jasmine": "2.0.1",
"karma-remap-istanbul": "0.6.0",
"main-bower-files": "2.13.1",
"natives": "^1.1.6",
"preen": "1.2.0",
"shelljs": "0.8.3",
"yargs": "13.2.2" ,
javascript ionic-framework build gulp
add a comment |
Here is my ionic info:
[WARN] Bad integration name: gulp
Ionic:
ionic (Ionic CLI) : 4.12.0 (C:Program Filesnodejsnode_modulesionic)
Ionic Framework : ionic1 1.3.5
@ionic/v1-toolkit : 1.0.22
Cordova:
cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1)
Cordova Platforms : android 7.0.0
Cordova Plugins : no whitelisted plugins (15 plugins total)
System:
NodeJS : v10.15.3 (C:Program Filesnodejsnode.exe)
npm : 6.4.1
OS : Windows 10
I am working on a legacy Ionic v1 app with the most recent Ionic CLI and when I run ionic-v1 build it fails. I get these errors:
C:>ionic-v1 build
[16:09:31] Cannot load gulp: ReferenceError: internalBinding is not defined
[16:09:31] Cannot load gulp: ReferenceError: internalBinding is not defined
[16:09:31] Cannot run sass task: missing in gulpfile.js
[16:09:31] Cannot load gulp: ReferenceError: internalBinding is not defined
This is very strange because when I run gulp build it works fine and I do have a gulp sass function.
"devDependencies":
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@ionic/v1-toolkit": "^1.0.22",
"angular-mocks": "1.7.8",
"bower": "^1.8.8",
"del": "^4.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.0",
"gulp-angular-templatecache": "^2.2.6",
"gulp-babel": "8.0.0",
"gulp-clean-css": "4.0.0",
"gulp-cli": "2.0.1",
"gulp-concat": "2.6.1",
"gulp-if": "2.0.2",
"gulp-inject": "5.0.2",
"gulp-jscs": "4.1.0",
"gulp-jshint": "2.1.0",
"gulp-load-plugins": "1.5.0",
"gulp-minify-css": "1.2.4",
"gulp-ng-annotate": "2.1.0",
"gulp-print": "5.0.2",
"gulp-rename": "1.4.0",
"gulp-sass": "4.0.2",
"gulp-sourcemaps": "2.6.5",
"gulp-uglify": "3.0.2",
"jasmine": "3.3.1",
"jasmine-core": "3.3.0",
"jscs": "3.0.7",
"jshint": "^2.10.2",
"jshint-stylish": "2.2.1",
"karma": "4.0.1",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "^1.1.2",
"karma-jasmine": "2.0.1",
"karma-remap-istanbul": "0.6.0",
"main-bower-files": "2.13.1",
"natives": "^1.1.6",
"preen": "1.2.0",
"shelljs": "0.8.3",
"yargs": "13.2.2" ,
javascript ionic-framework build gulp
add a comment |
Here is my ionic info:
[WARN] Bad integration name: gulp
Ionic:
ionic (Ionic CLI) : 4.12.0 (C:Program Filesnodejsnode_modulesionic)
Ionic Framework : ionic1 1.3.5
@ionic/v1-toolkit : 1.0.22
Cordova:
cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1)
Cordova Platforms : android 7.0.0
Cordova Plugins : no whitelisted plugins (15 plugins total)
System:
NodeJS : v10.15.3 (C:Program Filesnodejsnode.exe)
npm : 6.4.1
OS : Windows 10
I am working on a legacy Ionic v1 app with the most recent Ionic CLI and when I run ionic-v1 build it fails. I get these errors:
C:>ionic-v1 build
[16:09:31] Cannot load gulp: ReferenceError: internalBinding is not defined
[16:09:31] Cannot load gulp: ReferenceError: internalBinding is not defined
[16:09:31] Cannot run sass task: missing in gulpfile.js
[16:09:31] Cannot load gulp: ReferenceError: internalBinding is not defined
This is very strange because when I run gulp build it works fine and I do have a gulp sass function.
"devDependencies":
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@ionic/v1-toolkit": "^1.0.22",
"angular-mocks": "1.7.8",
"bower": "^1.8.8",
"del": "^4.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.0",
"gulp-angular-templatecache": "^2.2.6",
"gulp-babel": "8.0.0",
"gulp-clean-css": "4.0.0",
"gulp-cli": "2.0.1",
"gulp-concat": "2.6.1",
"gulp-if": "2.0.2",
"gulp-inject": "5.0.2",
"gulp-jscs": "4.1.0",
"gulp-jshint": "2.1.0",
"gulp-load-plugins": "1.5.0",
"gulp-minify-css": "1.2.4",
"gulp-ng-annotate": "2.1.0",
"gulp-print": "5.0.2",
"gulp-rename": "1.4.0",
"gulp-sass": "4.0.2",
"gulp-sourcemaps": "2.6.5",
"gulp-uglify": "3.0.2",
"jasmine": "3.3.1",
"jasmine-core": "3.3.0",
"jscs": "3.0.7",
"jshint": "^2.10.2",
"jshint-stylish": "2.2.1",
"karma": "4.0.1",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "^1.1.2",
"karma-jasmine": "2.0.1",
"karma-remap-istanbul": "0.6.0",
"main-bower-files": "2.13.1",
"natives": "^1.1.6",
"preen": "1.2.0",
"shelljs": "0.8.3",
"yargs": "13.2.2" ,
javascript ionic-framework build gulp
Here is my ionic info:
[WARN] Bad integration name: gulp
Ionic:
ionic (Ionic CLI) : 4.12.0 (C:Program Filesnodejsnode_modulesionic)
Ionic Framework : ionic1 1.3.5
@ionic/v1-toolkit : 1.0.22
Cordova:
cordova (Cordova CLI) : 8.1.2 (cordova-lib@8.1.1)
Cordova Platforms : android 7.0.0
Cordova Plugins : no whitelisted plugins (15 plugins total)
System:
NodeJS : v10.15.3 (C:Program Filesnodejsnode.exe)
npm : 6.4.1
OS : Windows 10
I am working on a legacy Ionic v1 app with the most recent Ionic CLI and when I run ionic-v1 build it fails. I get these errors:
C:>ionic-v1 build
[16:09:31] Cannot load gulp: ReferenceError: internalBinding is not defined
[16:09:31] Cannot load gulp: ReferenceError: internalBinding is not defined
[16:09:31] Cannot run sass task: missing in gulpfile.js
[16:09:31] Cannot load gulp: ReferenceError: internalBinding is not defined
This is very strange because when I run gulp build it works fine and I do have a gulp sass function.
"devDependencies":
"@babel/core": "^7.4.0",
"@babel/preset-env": "^7.4.2",
"@ionic/v1-toolkit": "^1.0.22",
"angular-mocks": "1.7.8",
"bower": "^1.8.8",
"del": "^4.0.0",
"fancy-log": "^1.3.3",
"gulp": "^4.0.0",
"gulp-angular-templatecache": "^2.2.6",
"gulp-babel": "8.0.0",
"gulp-clean-css": "4.0.0",
"gulp-cli": "2.0.1",
"gulp-concat": "2.6.1",
"gulp-if": "2.0.2",
"gulp-inject": "5.0.2",
"gulp-jscs": "4.1.0",
"gulp-jshint": "2.1.0",
"gulp-load-plugins": "1.5.0",
"gulp-minify-css": "1.2.4",
"gulp-ng-annotate": "2.1.0",
"gulp-print": "5.0.2",
"gulp-rename": "1.4.0",
"gulp-sass": "4.0.2",
"gulp-sourcemaps": "2.6.5",
"gulp-uglify": "3.0.2",
"jasmine": "3.3.1",
"jasmine-core": "3.3.0",
"jscs": "3.0.7",
"jshint": "^2.10.2",
"jshint-stylish": "2.2.1",
"karma": "4.0.1",
"karma-chrome-launcher": "2.2.0",
"karma-coverage": "^1.1.2",
"karma-jasmine": "2.0.1",
"karma-remap-istanbul": "0.6.0",
"main-bower-files": "2.13.1",
"natives": "^1.1.6",
"preen": "1.2.0",
"shelljs": "0.8.3",
"yargs": "13.2.2" ,
javascript ionic-framework build gulp
javascript ionic-framework build gulp
edited Mar 27 at 12:32
user1261710
asked Mar 26 at 16:11
user1261710user1261710
7901 gold badge20 silver badges39 bronze badges
7901 gold badge20 silver badges39 bronze badges
add a comment |
add a comment |
0
active
oldest
votes
Your Answer
StackExchange.ifUsing("editor", function ()
StackExchange.using("externalEditor", function ()
StackExchange.using("snippets", function ()
StackExchange.snippets.init();
);
);
, "code-snippets");
StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "1"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);
else
createEditor();
);
function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader:
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
,
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55361643%2fwhy-is-ionic-v1-build-not-working-on-ionic-cli-v-4%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
0
active
oldest
votes
0
active
oldest
votes
active
oldest
votes
active
oldest
votes
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Is this question similar to what you get asked at work? Learn more about asking and sharing private information with your coworkers using Stack Overflow for Teams.
Thanks for contributing an answer to Stack Overflow!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55361643%2fwhy-is-ionic-v1-build-not-working-on-ionic-cli-v-4%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown